widgetpaintable: Clear an idle in dispose
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Aug 2020 00:01:26 +0000 (20:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Aug 2020 00:02:33 +0000 (20:02 -0400)
commita712ffa2ab92b33953ba872086f1c1194708eae1
tree301372600a8c023db33307dea48cb35f1c1fa610
parent12450cfcef4b4300e0114ad5d0322a8ea6b0e988
widgetpaintable: Clear an idle in dispose

We were not removing the pending_update idle
in dispose, which is at least suspicious, if
not deadly. Move the idle cleanup code into
unset_widget(), which we are already calling
in dispose().
gtk/gtkwidgetpaintable.c